home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 282_01 / quip.doc < prev    next >
Text File  |  1989-01-11  |  1KB  |  27 lines

  1. QUIP.DOC
  2.  
  3. Quip is a fortune cookie program that will present you with a
  4. different wise saying (or wise crack) each time that you run it. 
  5. You can display more than one quip by entering a number after the
  6. quip command.
  7.  
  8. QUIP           Displays one quip.
  9. QUIP 5         Displays five quips.
  10.  
  11.  
  12. The quips themselves are stored in an ASCII text file QUIP.DAT
  13. that can be edited manually or QUIPADD can be used to add quips. 
  14. If the QUIP.DAT file is manually edited the index file QUIP.KEY
  15. must be updated by running the program QUIPUPDT.  QUIPADD
  16. automatically updates the index file.
  17.  
  18.  
  19. File:          Description:
  20. QUIP.C         Displays a random quip from QUIP.DAT
  21. QUIPADD.C      Adds new quips to QUIP.DAT
  22. QUIPUPDT.C     Updates QUIP.KEY after QUIP.DAT has been edited.
  23. QUIP.DAT       A text file containing the quips.
  24. QUIP.KEY       Index's the start of each quip in QUIP.DAT
  25. QUIP.H         A C header file for the C programs.
  26. QUIP.DOC       This file.
  27.